home *** CD-ROM | disk | FTP | other *** search
- object frmBackup: TfrmBackup
- Left = 199
- Top = 252
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'UltimateZip Backup Wizard'
- ClientHeight = 357
- ClientWidth = 496
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnActivate = FormActivate
- OnClose = FormClose
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel: TBevel
- Left = 0
- Top = 313
- Width = 496
- Height = 2
- Shape = bsTopLine
- end
- object Wiz: TNotebook
- Left = 0
- Top = 0
- Width = 496
- Height = 313
- TabOrder = 3
- OnPageChanged = WizPageChanged
- object TPage
- Left = 0
- Top = 0
- Caption = 'Add'
- object Bevel1: TBevel
- Left = 0
- Top = 58
- Width = 496
- Height = 3
- Shape = bsTopLine
- end
- object Label16: TLabel
- Left = 16
- Top = 120
- Width = 121
- Height = 13
- Caption = '&Selected files and folders:'
- FocusControl = lbList
- end
- object Label1: TLabel
- Left = 16
- Top = 72
- Width = 73
- Height = 13
- Caption = '&Output archive:'
- FocusControl = edtArcFile
- end
- object Panel5: TPanel
- Left = 0
- Top = 0
- Width = 496
- Height = 58
- Align = alTop
- BevelOuter = bvNone
- Color = clWhite
- TabOrder = 7
- object lblTitel: TLabel
- Left = 16
- Top = 8
- Width = 409
- Height = 13
- AutoSize = False
- Caption = 'Select Output Archive and Items to Add'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object lblDis: TLabel
- Left = 32
- Top = 24
- Width = 369
- Height = 33
- AutoSize = False
- Caption =
- 'Enter an archive filename and choose the files and/or folders yo' +
- 'u want to add, then click Next.'
- WordWrap = True
- end
- object Image2: TImage
- Left = 440
- Top = 1
- Width = 55
- Height = 55
- Picture.Data = {<image000.bmp>}
- end
- end
- object lbList: TListBox
- Left = 16
- Top = 136
- Width = 457
- Height = 121
- ItemHeight = 13
- MultiSelect = True
- TabOrder = 2
- end
- object btnAddFiles: TButton
- Left = 224
- Top = 264
- Width = 75
- Height = 25
- Caption = '&Add files...'
- TabOrder = 4
- OnClick = btnAddFilesClick
- end
- object btnAddFolders: TButton
- Left = 312
- Top = 264
- Width = 75
- Height = 25
- Caption = 'A&dd folders...'
- TabOrder = 5
- OnClick = btnAddFoldersClick
- end
- object btnRemove: TButton
- Left = 400
- Top = 264
- Width = 75
- Height = 25
- Caption = '&Remove'
- TabOrder = 6
- OnClick = btnRemoveClick
- end
- object edtArcFile: TEdit
- Left = 16
- Top = 88
- Width = 433
- Height = 21
- TabOrder = 0
- end
- object Button1: TButton
- Left = 452
- Top = 88
- Width = 21
- Height = 21
- Caption = '...'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 16
- Top = 264
- Width = 75
- Height = 25
- Caption = '&Filters...'
- TabOrder = 3
- OnClick = Button2Click
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Conf'
- object Bevel2: TBevel
- Left = 0
- Top = 58
- Width = 496
- Height = 3
- Shape = bsTopLine
- end
- object Label4: TLabel
- Left = 16
- Top = 72
- Width = 62
- Height = 13
- Caption = ' &Archivetype:'
- FocusControl = cboArcType
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 496
- Height = 58
- Align = alTop
- BevelOuter = bvNone
- Color = clWhite
- TabOrder = 8
- object Label2: TLabel
- Left = 16
- Top = 8
- Width = 409
- Height = 13
- AutoSize = False
- Caption = 'Select Backup Options'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label3: TLabel
- Left = 32
- Top = 24
- Width = 369
- Height = 33
- AutoSize = False
- Caption = 'Please select the options you want to use, then click Next.'
- WordWrap = True
- end
- object Image1: TImage
- Left = 440
- Top = 1
- Width = 55
- Height = 55
- Picture.Data = {<image001.bmp>}
- end
- end
- object cboArcType: TComboBox
- Left = 16
- Top = 88
- Width = 465
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- OnChange = cboArcTypeChange
- Items.Strings = (
- 'Cab archive'
- 'Lha archive'
- 'Zip archive')
- end
- object ckbPassword: TCheckBox
- Left = 16
- Top = 248
- Width = 97
- Height = 17
- Caption = '&Use password'
- TabOrder = 6
- OnClick = ckbPasswordClick
- end
- object edtPassword: TEdit
- Left = 16
- Top = 272
- Width = 465
- Height = 21
- TabOrder = 7
- end
- object ckbUseComp: TCheckBox
- Left = 16
- Top = 120
- Width = 105
- Height = 17
- Caption = 'Use &compression'
- TabOrder = 1
- end
- object ckbTimestamp: TCheckBox
- Left = 16
- Top = 144
- Width = 145
- Height = 17
- Caption = 'Add ×tamp to archive'
- TabOrder = 2
- end
- object ckbMessage: TCheckBox
- Left = 16
- Top = 192
- Width = 257
- Height = 17
- Caption = 'Show &message when backup operation is finished'
- TabOrder = 4
- end
- object ckbRun: TCheckBox
- Left = 16
- Top = 216
- Width = 233
- Height = 17
- Caption = '&Run silent mode'
- TabOrder = 5
- end
- object ckbPath: TCheckBox
- Left = 16
- Top = 168
- Width = 225
- Height = 17
- Caption = 'Save &relative folder path (full path is default)'
- TabOrder = 3
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Start'
- object Bevel3: TBevel
- Left = 0
- Top = 58
- Width = 496
- Height = 3
- Shape = bsTopLine
- end
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 496
- Height = 58
- Align = alTop
- BevelOuter = bvNone
- Color = clWhite
- TabOrder = 1
- object Label5: TLabel
- Left = 16
- Top = 8
- Width = 409
- Height = 13
- AutoSize = False
- Caption = 'Overview'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label6: TLabel
- Left = 32
- Top = 24
- Width = 369
- Height = 33
- AutoSize = False
- Caption =
- 'UltimateZip Backup Wizard will use the following parameters to c' +
- 'reate the backup script file. To start the backup, klick "Backup' +
- '".'
- WordWrap = True
- end
- object Image3: TImage
- Left = 440
- Top = 1
- Width = 55
- Height = 55
- Picture.Data = {<image002.bmp>}
- end
- end
- object memBackup: TMemo
- Left = 16
- Top = 88
- Width = 465
- Height = 169
- ScrollBars = ssVertical
- TabOrder = 0
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Progress'
- object Bevel4: TBevel
- Left = 0
- Top = 58
- Width = 496
- Height = 3
- Shape = bsTopLine
- end
- object Label9: TLabel
- Left = 16
- Top = 112
- Width = 53
- Height = 13
- Caption = 'Current file:'
- end
- object Label10: TLabel
- Left = 16
- Top = 160
- Width = 40
- Height = 13
- Caption = 'Backup:'
- end
- object lblFN: TPathLabel
- Left = 88
- Top = 72
- Width = 393
- Height = 13
- AutoSize = False
- end
- object Label11: TLabel
- Left = 16
- Top = 72
- Width = 63
- Height = 13
- Caption = 'Compressing:'
- end
- object Panel3: TPanel
- Left = 0
- Top = 0
- Width = 496
- Height = 58
- Align = alTop
- BevelOuter = bvNone
- Color = clWhite
- TabOrder = 0
- object Label7: TLabel
- Left = 16
- Top = 8
- Width = 409
- Height = 13
- AutoSize = False
- Caption = 'Backup Progress'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label8: TLabel
- Left = 32
- Top = 24
- Width = 369
- Height = 33
- AutoSize = False
- Caption = 'Shows the progress of the backup operation.'
- WordWrap = True
- end
- object Image4: TImage
- Left = 440
- Top = 1
- Width = 55
- Height = 55
- Picture.Data = {<image003.bmp>}
- end
- end
- object pbrFile: TProgressBar
- Left = 16
- Top = 128
- Width = 465
- Height = 16
- Min = 0
- Max = 100
- Smooth = True
- TabOrder = 1
- end
- object pbrArchive: TProgressBar
- Left = 16
- Top = 176
- Width = 465
- Height = 16
- Min = 0
- Max = 100
- Smooth = True
- TabOrder = 2
- end
- end
- end
- object btnBack: TButton
- Left = 248
- Top = 328
- Width = 75
- Height = 25
- Caption = '< &Back'
- TabOrder = 2
- OnClick = btnBackClick
- end
- object btnNext: TButton
- Left = 323
- Top = 328
- Width = 75
- Height = 25
- Caption = '&Next >'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- OnClick = btnNextClick
- end
- object btnClose: TButton
- Left = 408
- Top = 328
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Close'
- TabOrder = 1
- OnClick = btnCloseClick
- end
- object btnHelp: TButton
- Left = 16
- Top = 328
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 4
- OnClick = btnHelpClick
- end
- object FormCenter1: TFormCenter
- Center = True
- Left = 280
- Top = 280
- end
- object odAddFiles: TOpenDialog
- Filter = 'All files|*.*'
- Options = [ofHideReadOnly, ofAllowMultiSelect, ofExtensionDifferent, ofPathMustExist, ofFileMustExist, ofEnableSizing]
- Title = 'Add files...'
- Left = 168
- Top = 284
- end
- object brdAddFolders: TdfsBrowseDirectoryDlg
- Title = 'Please select the folder you want to add.'
- Options = [bfDirectoriesOnly]
- StatusText = 'C:\WINDOWS\Desktop'
- Caption = 'Add folders...'
- ShowSelectionInStatus = True
- Left = 136
- Top = 284
- end
- object odOpen: TOpenDialog
- DefaultExt = '.zip'
- Filter = 'Zip files|*.zip|Cab files|*.cab|Lha files|*.lzh'
- Options = [ofHideReadOnly, ofPathMustExist, ofEnableSizing]
- Title = 'Select Backup Archive'
- Left = 104
- Top = 282
- end
- object CAB1: TMakeCab
- DeleteOptions = doAllowUndo
- OnDeactivate = Zip1Deactivate
- ArcType = atCab
- DefaultExt = '.cab'
- CompressMethod = cmMsZip
- RecurseDirs = True
- TempDir = 'c:\windows\TEMP\'
- OnBegin = Zip1Begin
- OnProgress = Zip1Progress
- Left = 264
- Top = 280
- end
- object Zip1: TZip
- DeleteOptions = doAllowUndo
- OnDeactivate = Zip1Deactivate
- ArcType = atZip
- CompressMethod = cmDeflate
- DefaultExt = '.zip'
- LeaveSpaceOnFirstDisk = 0
- RecurseDirs = True
- Switch = swAdd
- TempDir = 'c:\windows\TEMP\'
- OnBegin = Zip1Begin
- OnProgress = Zip1Progress
- OnReplaceFile = Zip1ReplaceFile
- Left = 232
- Top = 280
- end
- object Lha1: TLha
- DeleteOptions = doAllowUndo
- OnDeactivate = Zip1Deactivate
- ArcType = atLha
- CompressMethod = cmFrozen6
- DefaultExt = '.lha'
- RecurseDirs = True
- Switch = swAdd
- TempDir = 'c:\windows\TEMP\'
- OnProgress = Zip1Progress
- OnBegin = Zip1Begin
- Left = 200
- Top = 280
- end
- end
-